home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cobra Utilities for Doom & Doom II
/
Cobra Utilities For Doom & Doom II - Disc 1.iso
/
files
/
level
/
1_on_1
/
run.bat
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1994-06-01
|
259 b
|
10 lines
@echo off
: This batch file will automaticly start DOOM with the 1_on_1.wad.
if not exist doom.exe goto error
doom -file 1_on_1.wad -devparm -warp 2 4
: error
echo Copy the files 1_on_1.wad and RUN.BAT to your doom dir and run this file
echo again